|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocationType | |
---|---|
org.jboss.byteman.agent |
Uses of LocationType in org.jboss.byteman.agent |
---|
Methods in org.jboss.byteman.agent that return LocationType | |
---|---|
abstract LocationType |
Location.getLocationType()
identify the type of this location |
static LocationType |
LocationType.type(java.lang.String locationSpec)
|
static LocationType |
LocationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static LocationType[] |
LocationType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.jboss.byteman.agent with parameters of type LocationType | |
---|---|
static Location |
Location.create(LocationType type,
java.lang.String parameters)
create a location object of a given type |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |